home *** CD-ROM | disk | FTP | other *** search
/ Visual Intercept / Visual Intercept.iso / database.z / intercpt.MDB / Contact_Type.json < prev    next >
Encoding:
JavaScript Object Notation  |  1997-03-20  |  766 b 

  1. {
  2.     "schema": {
  3.         "Name": "Text (32) NOT NULL",
  4.         "Description": "Memo/Hyperlink (255)",
  5.         "Weight": "Double"
  6.     },
  7.     "data": [
  8.         {
  9.             "Name": "Alpha Tester",
  10.             "Description": "Alpha Tester Description",
  11.             "Weight": 1
  12.         },
  13.         {
  14.             "Name": "Beta Tester",
  15.             "Description": "Beta Tester Description",
  16.             "Weight": 1
  17.         },
  18.         {
  19.             "Name": "Customer",
  20.             "Description": "Customer Description",
  21.             "Weight": 1
  22.         },
  23.         {
  24.             "Name": "Press",
  25.             "Description": "Press Description",
  26.             "Weight": 1
  27.         },
  28.         {
  29.             "Name": "Industry",
  30.             "Description": "Industry Description",
  31.             "Weight": 1
  32.         },
  33.         {
  34.             "Name": "Evaluation",
  35.             "Description": "Evaluation Description",
  36.             "Weight": 1
  37.         },
  38.         {
  39.             "Name": "Lead",
  40.             "Description": "Lead Description",
  41.             "Weight": 1
  42.         },
  43.         {
  44.             "Name": "Account Manager",
  45.             "Description": "Account Manager",
  46.             "Weight": 1
  47.         },
  48.         {
  49.             "Name": "Employee",
  50.             "Description": "Employee",
  51.             "Weight": 1
  52.         },
  53.         {
  54.             "Name": "Resource",
  55.             "Description": "Resource",
  56.             "Weight": 1
  57.         }
  58.     ]
  59. }